AddArc
Description
This method adds the ARC entity as the CIRCLE entity.
Parameter | Type | Description |
---|---|---|
Data | TdxfExportData | The instance of the TdxfExportData type is a parameter of the AddArc procedure. It contains a coordinates of the circle center in field calls Point, the circle radius in the field Radius and the start and the end angles in degrees in the fields called StartAngle, EndAngle accordingly. |
Syntax
procedure AddArc(const Data: TdxfExportData);